﻿
.conent {
    width: 450px;
    height: 180px;
    position: absolute;
    top: 20px;
}

    .conent .sition {
        width: 450px;
        height: 180px;
        position: relative;
    }

        .conent .sition .c_header {
            width: 450px;
            text-align: center;
            cursor: move;
        }

            .conent .sition .c_header .txt {
                color: #00CC00;
                font-weight: 600;
                font-size: 15px;
                line-height: 30px;
                box-shadow: 1px 1px 1px 1px #000;
                text-shadow: 1px 1px 1px #000;
            }

        .conent .sition .c_adver {
            width: 90px;
            height: 90px;
            background: url("images/back.gif") no-repeat;
            cursor: pointer;
        }

        .conent .sition .sign {
            width: 0px;
            height: 10px;
            border: 2px solid #000;
            display: block;
            position: absolute;
            top: 27px;
            left: 46px;
        }
/*end conent*/
/*data start*/
.data {
    width: 260px;
    height: 130px;
    margin: 255px auto;
    color: #036;
}

    .data p {
        line-height: 20px;
    }

        .data p .high {
            color: red;
        }

        .data p .dispaly {
            color: #00F;
        }
/*end data*/
